Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 1 - Using JManager / Creating an AWT Context


Removing an AWT Context

When you have finished execution of an applet and no longer need the AWT context, you can dispose of it using the JMDisposeAWTContext function (page 63). However, you should have already removed any applets from the context before calling JMDisposeAWTContext. You can reuse an AWT context by disposing of an instantiated applet and then instantiating a new one in the same context.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
23 APR 1997